type net/http/pprof.profileEntry

6 uses

	net/http/pprof (current package)
		pprof.go#L375: type profileEntry struct {
		pprof.go#L397: 	var profiles []profileEntry
		pprof.go#L399: 		profiles = append(profiles, profileEntry{
		pprof.go#L409: 		profiles = append(profiles, profileEntry{
		pprof.go#L416: 	slices.SortFunc(profiles, func(a, b profileEntry) int {
		pprof.go#L425: func indexTmplExecute(w io.Writer, profiles []profileEntry) error {